home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / ahp143.zip / DELPHI.ID < prev    next >
Text File  |  1995-01-01  |  4KB  |  69 lines

  1. ahp143.zip
  2. Database/Spreadsheet
  3. Ahelp Clipper Library 1.43
  4. AHELP 1.43 Advanced Help Library for Clipper S'87 and CA-Clipper 5.x
  5. DOS CLIPPER HELP LIBRARY DATABASE INDEX
  6. FILES: ahp143.zip
  7.  
  8. Author: Jim Hass
  9. Registration: $95.00
  10.  
  11. This help system, for use with your Clipper applications, provides
  12. both context-sensitive and generalized help windows. Features included
  13. with version 1.4 of AHELP (shareware) are:
  14.  
  15. *  control whether help windows have no border, a single-line border, or
  16.    a double-line border.
  17. *  control whether the cross-bars drawn inside the help windows have no
  18.    line, a single line, or a double line.
  19. *  automatically determines the appropriate intersections.
  20. *  control what colors AHELP will use for the help window border, title,
  21.    content, and highlight bar in the help index window.
  22. *  control whether or not the end user has the ability to create or
  23.    modify help windows.
  24. *  control whether or not the help windows have drop shadows.
  25. *  automatically positions the help window immediately below the screen
  26.    position of the input variable (e.g., a GET variable) if the window
  27.    will fit there; otherwise, the window appears immediately above the
  28.    input variable.
  29. *  provides a help index; whenever any help window is on the screen,
  30.    the user may press F1 to see the help index.  The help index is
  31.    another window with a scrolling alphabetic listing of help subjects.
  32.    The user uses the cursor control keys to highlight the subject of
  33.    interest, and presses Enter to see the corresponding help window.
  34.    The user may also type the first letter of the subject to move the
  35.    highlight bar immediately to the first occurrence of that letter.
  36. *  is sensitive to the Clipper environment.  If the cursor is off when
  37.    help is invoked, it will be off when control returns to your
  38.    application.  Conversely, if the cursor is on when help is invoked,
  39.    it will be on when control returns to your application.  The same
  40.    principle applies to colors, function keys, insert status, work area,
  41.    and the status of SET CONSOLE, DELETED, ESCAPE, and SCOREBOARD.
  42. *  does not use any "wait state" commands (READ, WAIT, ACCEPT, INPUT,
  43.    MENU TO), to avoid conflicts with any pending GETs.  It uses the
  44.    INKEY() function for all keyboard input, with two exceptions: it
  45.    calls DBEDIT() for the help index window and MEMOEDIT() for
  46.    displaying/editing help text.
  47.  
  48. When the user presses the help key while your application is in any wait
  49. state, Clipper automatically calls AHELP with three parameters: the name
  50. of the procedure in control when the key was pressed, the line number
  51. that was executing, and the name of the wait state input variable. AHELP
  52. uses the first and third parameters to construct a "seek key".  It opens
  53. the help file and performs a seek for that key.
  54.  
  55. If the key is found, AHELP5 opens a help window and displays the help
  56. text. The window is opened as close as possible to the input variable
  57. screen position. If the key is not found, AHELP5 opens a smaller help
  58. window in the center of the screen and notifies the user that no help
  59. is available. Either window will show available options at the bottom
  60. of the window: Escape to cancel help, F1 to call up the help index, and
  61. F4 to edit or create the help display (if editing is enabled).
  62.  
  63. The registered version contains full source code and additional features.
  64.  
  65. Hardware Requirements: IBM compatible computer, 512K RAM.
  66.  
  67. Other Requirements: Clipper Summer '87 or CA-Clipper version 5.x
  68.  
  69. MicroFox Company  [ASAP]  <ASP>  {STAR}  and  Capella Inc (Stan Gardner).